home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 16 / AMIGAplus Sonderheft 16 (1998)(ICP)(DE)[!].iso / pd / anwendungen / ispell-3.1.18src / addons / nextispell / configuretex < prev    next >
Text File  |  1995-01-23  |  295b  |  15 lines

  1. #!/bin/sh
  2. # Moritz Willers
  3. # 21. September 1993
  4. # Version 0.2
  5. #
  6. # Usage:
  7. #
  8. USAGE='Usage: configureTeX [-r]'
  9. #
  10. # configureTeX is the same as running configure with the -t switch.
  11. # It is provided solely for backwards compatibility with previous
  12. # distributions of nextispell.
  13. #
  14. ./configure -t $*
  15.